To Get the specific Product Embellishment Details Provide the "productCode" as parameter in QueryString eg: productCode=PRD001, If all the products that are tagged to embellishments are required then do not provide any code
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken
Define this parameter in the Http Request Header
[
{
"ProductCode": "sample string 1",
"EmbellishmentName": "sample string 2"
},
{
"ProductCode": "sample string 1",
"EmbellishmentName": "sample string 2"
}
]